home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMIGA-CD 2
/
Amiga-CD - Volume 2.iso
/
gepackte_disketten
/
1993
/
09_93_1.dms
/
09_93_1.adf
/
JukeBox
/
block.jb
< prev
next >
Wrap
Text File
|
1993-01-29
|
249b
|
12 lines
/* block trace */
/* (c) copyright 1992,93 by F.J. Reichert */
options results;
say 'tracing block addresses, press [ESC] to end';
do forever;
current block;
say 'current block address='||result;
current break;
if result ~= 0 then leave;
end;